home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / amiga / amipeg_0.6.readme < prev    next >
Text File  |  1996-10-09  |  2KB  |  56 lines

  1. Short:    MPEG player with support for CyberGraphX
  2. Author:   smykm@felix.univ.szczecin.pl
  3. Uploader: smykm@felix.univ.szczecin.pl
  4. Type:     gfx/show
  5. Replaces: gfx/show/aMiPEG05.lha
  6.  
  7. ========================================================================
  8.   aMiPEG 0.6 is a player for MPEG video streams for the Commodore Amiga.
  9.   It is based upon the Berkeley X-Windows player version 2.0, with major
  10.   changes in speed and size.
  11.   Main advantages are much faster decoding of the streams compared with
  12.   other products based on the Berkeley sources, and a real-time scaling
  13.   to fit on a complete HAM screen (no thumbnail animations anymore!).
  14.   If you are using CyberGraphX software from Vision Factory Development
  15.   you can also play MPEG streams in resizeable, true color window on an
  16.   Intuition screen.
  17. =========================================================================
  18.  
  19. HISTORY
  20.  
  21.   V0.1    * First public release
  22.     * Some cosmetic changes to be done.
  23.  
  24.   V0.2  * Oops, wrong ZIP code in the snail-mail address
  25.     * Bug with scaling of animations >200 pixel vertical is fixed.
  26.     * Little bit faster & tighter
  27.  
  28.   V0.3  * HAM6 rendering
  29.     * Somehow, the times got mixed up. NOW it renders to HAM8 with
  30.       6.5 fps (was 6.3) on the A4000/040 as the code is somewhat
  31.       streamlined and more parts are moved to assembler.
  32.     * Uses default public screen's mode ID now instead of default monitor's.
  33.  
  34.   V0.4  * Forgot the Multiscan monitor ID (several people mailed me about this;
  35.       really sorry guys)
  36.     * Autodetect non-AGA chipset, force HAM6 in this case
  37.     * Minor speed-up in the iDCT (in fact not worth mentioning)
  38.     * This is an intermediate release; 0.5 will contain the TODO stuff
  39.       listed down there.
  40.  
  41.   V0.5    by Miloslaw Smyk from now on.
  42.     * CyberGraphX support
  43.     * TODO stuff is still "to do"
  44.  
  45.   V0.6
  46.     * command line parsing is now done with ReadArgs()
  47.     * DITHER GRAY support added
  48.     * PUBSCREEN keyword lets you easily select "deep" screen to open
  49.       CyberGraphX window on.
  50.     * MODEID now works with all dithers. You can play MPEGs in HAM
  51.       even if your default screen doesn't support it.
  52.     * fix for streams with width not divisible by 16.
  53.     * framerate control added (useful on "too fast" Amigas).
  54.     * i/o buffer size can be changed from command line.
  55.     * AmigaGuide documentation.
  56.